-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[beta] another round of backports for 1.42 #69748
Conversation
@bors r+ p=1 |
📌 Commit 5379abbc0f87fc5311571948715cfc5f7b622a36 has been approved by |
⌛ Testing commit 5379abbc0f87fc5311571948715cfc5f7b622a36 with merge a3daaf029bcbbe159cf5aba18ffeff5d7408668e... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
This change avoids the ICE by actually emitting an appropriate error. The output will be duplicated in some cases, but that's better than the avoidable ICE.
This is a minimal regression test for the issue rust-lang#68794: "TEXTREL in i686", which was fixed with e86019c. The test links a minimal rust static library into a shared library, and checks that the linker didn't have to add the TEXTREL flag.
5379abb
to
cead378
Compare
@bors r+ |
📌 Commit cead378 has been approved by |
⌛ Testing commit cead378 with merge 33c4c571a74e75d264028d35c3cee2dbad337e1b... |
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
@bors retry |
@bors p=1001 |
☀️ Test successful - checks-azure |
This backports the following pull requests:
DiagnosticBuilder::into_diagnostic
. Fix a leak inDiagnosticBuilder::into_diagnostic
. #69628